sass syntax cheat sheet

78

.markdown-body {
  a {
    color: blue;
    &:hover {
      color: red;
    }
  }
}

Comments

Submit
0 Comments